home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Diversos / orbitballs10-blank.swf / scripts / DefineButton2_191 / BUTTONCONDACTION on(release).as next >
Encoding:
Text File  |  2008-09-02  |  144 b   |  5 lines

  1. on(release){
  2.    desturl = "http://www.iq-tests.eu/index.php?lang=" + _root.lang + "&ref=" + _root.fond._url;
  3.    getURL(desturl,"_blank");
  4. }
  5.